according to https://www.jetbrains.com/help/idea/using-webpack.html#edit_webpack_configuration_file
upd: And also make sure that value of property "settings.editor.selected.configurable" = "preferences.pluginManager" in file /.idea/workspace.xml :
<component name="PropertiesComponent">
...
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
...
</component>